home *** CD-ROM | disk | FTP | other *** search
/ Usibelli Coal Mine Energy for a New Generation / Usibelli Coal Mine - Energy for a New Generation.iso / Videos / StripSeqPro.swf / scripts / DefineButton2_19 / BUTTONCONDACTION on(press).as
Text File  |  2006-01-04  |  94b  |  6 lines

  1. on(press){
  2.    _parent.stop();
  3.    trace("It stopped");
  4.    _parent.gotoAndPlay("8step");
  5. }
  6.